Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The maximal number of results returned.
Required range:
1 <= x <= 100
Example:
10
The rank offset for returned matches, return matches starting from rank offset up to rank offset+limit.
Required range:
x >= 0
The minimum score of the results. Due to approximations for fast result-delivery, there might be records with a score slightly lower than the minimum.
Required range:
0 <= x <= 1
Example:
0.7
The language of the input text. auto
will automatically detect the language used.
Available options:
auto
, nl
, fr
, en
, de
Example:
"en"
Body
application/json
Request structure for free text search.
Response
OK
The response is of type object
.